home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_05 / 9n05039c < prev    next >
Encoding:
Text File  |  1995-11-01  |  277 b   |  14 lines

  1.  
  2.     typedef struct
  3.         {
  4.         int            type;   /* Expose */
  5.         unsigned long    serial;
  6.         Bool            send_event;
  7.         Display        *display;
  8.         Window        window;
  9.         int            x, y;        /* location of exposed area */
  10.         int            width, height;    /* size of exposed area */
  11.         int            count;
  12.         } XExposeEvent;
  13.  
  14.